From 2a6de044f3684a9d0115483da895f0f7b19e1ca2 Mon Sep 17 00:00:00 2001 From: Simone <26844016+simonebortolin@users.noreply.github.com> Date: Mon, 24 Apr 2023 20:44:17 +0200 Subject: fix (#167) Co-authored-by: Simone Bortolin --- _tools/ont-lantiq-print-eeprom.md | 4 +-- assets/js/vue/vue-lantiq-eeprom.vue | 56 ++++++++++++++++++++++--------------- 2 files changed, 35 insertions(+), 25 deletions(-) diff --git a/_tools/ont-lantiq-print-eeprom.md b/_tools/ont-lantiq-print-eeprom.md index 6d95ebf..62f4314 100644 --- a/_tools/ont-lantiq-print-eeprom.md +++ b/_tools/ont-lantiq-print-eeprom.md @@ -12,6 +12,4 @@ layout: default - - -{% include alert.html content="For more information, see the SFF-8472 Rev 10.2 specification." alert="Info" icon="svg-info" color="blue" %} \ No newline at end of file + \ No newline at end of file diff --git a/assets/js/vue/vue-lantiq-eeprom.vue b/assets/js/vue/vue-lantiq-eeprom.vue index 94c3db7..4bb41ed 100644 --- a/assets/js/vue/vue-lantiq-eeprom.vue +++ b/assets/js/vue/vue-lantiq-eeprom.vue @@ -12,26 +12,32 @@ - - - - - - - - - - - - - - - - - - - -
addresssizenamehex valuedecoded valuedescription
{{ value.address }}{{ value.size }}{{ value.name.replaceAll('**', '') }}{{ value.name }}{{ chunk(value.value)?.map(it => `0x${it}`)?.join(' ') }}{{ value.human }}{{ value.description.replaceAll('**', '') }}{{ value.description }}
+
+ + + + + + + + + + + + + + + + + + + +
addresssizenamehex valuedecoded valuedescription
{{ value.address }}{{ value.size }}{{ value.name.replaceAll('**', '') }}{{ value.name }}{{ chunk(value.value)?.map(it => `0x${it}`)?.join(' ') }}{{ value.human }}{{ value.description.replaceAll('**', '') }}{{ value.description }}
+
+